home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 2000 October: Mac OS SDK / Dev.CD Oct 00 SDK1.toast / Development Kits / Mac OS / Apple Guide / Engineering / APISample / APISampleMPW / TApplication / TApplication ReadMe < prev    next >
Encoding:
Text File  |  1992-01-27  |  1.0 KB  |  24 lines  |  [TEXT/MPS ]

  1. #
  2. #    TApplication ReadMe
  3. #
  4. #    By collecting files of a particular classes into its own
  5. #    folder, the programmer can make initial modifications to
  6. #    the class without impacting other code which relies on it.
  7. #
  8. #    Once changes are made and are debugged to the satisfaction
  9. #    of the programmer, then the result files (including all 
  10. #    header files) can be copied to the appropriate C++ Libraries
  11. #    and Includes folders where they would be accessible to other
  12. #    code.
  13. #
  14. #    The source code of the TApplication should be self explanatory.
  15. #    However, since it is aware of documents, it may be useful to
  16. #    review the TDocument class.
  17. #
  18. #    Besides this ReadMe file, a MPW script named GlobalizeTApplication
  19. #    is included to simplify duplicating the result files to the
  20. #    appropriate C++ Libraries and Includes folders. However, there
  21. #    no need to perform this operation as there is already a current
  22. #    copy of these files in those folders; unless you make changes
  23. #    to the source files and wish to make them available for use by
  24. #    other code.